home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / misc / emu / atari800_tr.lzh / ui.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-30  |  176 b   |  11 lines

  1. #ifndef __UI__
  2. #define __UI__
  3.  
  4. void ui (UBYTE *screen);
  5.  
  6. /* generic functions for all display routines */
  7. void Atari_DisplayScreen(UBYTE *);
  8. int Atari_Keyboard (void);
  9.  
  10. #endif
  11.